Manage Stored Procedures

  • In the Data Models and Views tab, right-click on a Data Model and select Manage Stored Procedures.
  1. Enter a name for the stored procedure.
  2. On the right pane, click on the field you want to add and choose the value you want to use in order to define the procedure.
    Note

    @USER parameter is added automatically, so you should take it into account for your stored procedure even if you don’t want to use it on your SELECT or UPDATE or INSERT.

  1. Click on Confirm to finish.